home *** CD-ROM | disk | FTP | other *** search
- // Copyright (C) 1999-2000 Id Software, Inc.
- //
-
- /*****************************************************************************
- * name: ai_cmd.h
- *
- * desc: Quake3 bot AI
- *
- * $Archive: /source/code/botai/ai_chat.c $
- * $Author: Mrelusive $
- * $Revision: 21 $
- * $Modtime: 11/10/99 3:30p $
- * $Date: 11/10/99 6:08p $
- *
- *****************************************************************************/
-
- int BotMatchMessage(bot_state_t *bs, char *message);
- void BotPrintTeamGoal(bot_state_t *bs);
-
-